Pager View
open class PagerView : ViewPager, RevelControl, DownloadFeedTask2.OnCompleted, DownloadFileTask2.OnCompleted, PlayedHandler
A ViewPager subclass that implements RevelControl for displaying a collection of views or "pages" representing playlist content.
PagerView
manages a playlist of Source items, handling their display one at a time and providing navigation through them. It supports automatic advancement of pages, various page transformation animations, and dynamic updates to its content based on external events like RSS feed downloads.
It integrates with the RevelDigital player system for content management, playback control, and event listening.
See also
Constructors
Types
Properties
Link copied to clipboard
Cover page transformation (Not currently implemented in setPageTransformation).
Link copied to clipboard
Default page transformation (no specific animation beyond standard ViewPager swipe).
Link copied to clipboard
Depth page transformation.
Link copied to clipboard
Link copied to clipboard
Zoom out page transformation.
Functions
Link copied to clipboard
Adds a listener to be notified of playlist events.
Link copied to clipboard
Gets an iterator over the configuration s for this control.
Link copied to clipboard
Gets the associated with this control, if any.
Link copied to clipboard
Gets the type of the underlying module or content associated with this control.
Link copied to clipboard
Initializes the PagerView with the given module.
Link copied to clipboard
Checks if this control is configured to start its operation automatically after #initialize(Module) initialization.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Registers a listener that will be notified when a source has been played.
Link copied to clipboard
Removes a PlaylistListener from the list of listeners.
Link copied to clipboard
Sets whether this control should start its operation automatically after #initialize(Module) initialization.
Link copied to clipboard
Sets the page transformation animation for the ViewPager.
Link copied to clipboard
Sets and plays the specified
Source
in the playlist.Sets and plays the source specified by playlist index (0 based).
Sets the current Source.
Set the source by index (0 based).